POV-Ray : Newsgroups : povray.beta-test : Bug concerning function inside a loop inside a non-empty union... : Bug concerning function inside a loop inside a non-empty union... Server Time
30 Jul 2024 14:16:27 EDT (-0400)
  Bug concerning function inside a loop inside a non-empty union...  
From: JRG
Date: 26 Oct 2001 17:34:49
Message: <3bd9d6f9@news.povray.org>
This code always crashes in beta 6:

union {
    #declare i=0;
    #while (i<10)
    #declare Function=function{x}
    sphere {0,1}
    #declare i=i+1;
    #end
    }

If you comment out the union OR the while loop OR the sphere then it does
not crash.

POV-Ray 3.5 beta 6 Windows ME Athlon

--
Jonathan.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.